From 2fd3464866aac81ff792f8c2821d99be08291e3c Mon Sep 17 00:00:00 2001 From: justbur Date: Wed, 22 Jul 2015 12:43:45 -0400 Subject: [PATCH] Tweak next-page timer --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 897eacb2096..c2c89abc296 100644 --- a/which-key.el +++ b/which-key.el @@ -993,7 +993,7 @@ enough space based on your settings and frame size." prefix-keys) (which-key--show-page next-page) (let (timer) (setq timer - (run-with-idle-timer 0.1 t + (run-with-idle-timer 0.2 t (lambda () (when (or (not (eq real-last-command 'which-key-show-next-page)) (and (< 0 (length (this-single-command-keys))) -- 2.30.2